release: v0.1.2 - #49
Merged
Merged
Conversation
Roll [Unreleased] into [0.1.2] and bump version markers (CLAUDE.md §13): - CHANGELOG: dated [0.1.2]; add the #30 audit-json-tags entry (credit @yzhkali, whose #35 merged without a changelog line); fresh empty [Unreleased]; links. - docs/VISION.md status → v0.1.2 (released). - internal/version/version.go default → 0.1.3-dev. - sdks/python pyproject + __init__ __version__ → 0.1.2. Contents: #34 (loop/time halt persists status), #30 (audit totals JSON keys), #47 (MCP audits blocked tools), #48 (memory extensionless lookup).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release prep for v0.1.2 — the version markers that don't auto-update (§13). A low-risk polish patch ahead of launch; no breaking changes.
What's in v0.1.2
Fixed
runs list/audit/GETno longer show a killed run asrunning).audit exporttotals use API-style JSON keys (runId/calls/…). Thanks @yzhkali (Add JSON tags to ledger totals #35).Changed
blocked).runbook→runbook.md).Marker bumps
CHANGELOG.md[Unreleased]→ dated[0.1.2]; fresh[Unreleased]; compare linksdocs/VISION.mdv0.1.2 (released)internal/version/version.go0.1.3-devsdks/pythonpyproject.toml+__init__.__version__→0.1.2After merge (tagging is manual)
git checkout main && git pullfirst (the §13 guard — so the tag lands on the release commit, not a stale one).git tag -a v0.1.2 -m "v0.1.2" && git push origin v0.1.2→ release workflow builds + cosign-signs the multi-arch GHCR image and binaries.docker pull … && docker run ghcr.io/prashar32/riskkernel:0.1.2 version+cosign verify ….This is the commit to launch on.